home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000291_jp107@amtp.cam.ac.uk_Tue Feb 8 18:07:00 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  2KB

  1. Received: from kro.amtp.cam.ac.uk by cs.umb.edu with SMTP id AA22438
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 8 Feb 1994 15:07:15 -0500
  3. Return-Path: <J.S.Peatfield@damtp.cambridge.ac.uk>
  4. Received: from local MTA by kro.amtp.cam.ac.uk with Smail-3.1.28.1
  5.      id m0pTwq0-00020QC; Tue, 8 Feb 94 18:07 GMT
  6. Message-Id: <m0pTwq0-00020QC%kro.amtp.cam.ac.uk@damtp.cambridge.ac.uk>
  7. Date: Tue, 8 Feb 94 18:07 GMT
  8. To: mrizz@abramo.stru.polimi.it
  9. Cc: tex-k@cs.umb.edu
  10. In-Reply-To: Egidio Rizzi's message of Tue, 8 Feb 94 11:44:04 MEZ <9402081044.AA03190@abramo.stru.polimi.it>
  11. Subject: dvipsk-5.526b
  12. From: Jon Peatfield <J.S.Peatfield@amtp.cam.ac.uk>
  13.  
  14. Try patching dvipsk with the following:
  15.  
  16. --cut-here--
  17. *** loadfont.c.orig    Wed Feb  2 15:07:01 1994
  18. --- loadfont.c    Tue Feb  8 18:04:28 1994
  19. ***************
  20. *** 150,156 ****
  21.            dontmakefont = 1;
  22.            error(errbuf) ;
  23.          }
  24. !      else if (!kpse_check_bitmap_tolerance (dpi_ret, fd->dpi))
  25.          {
  26.              fd->loadeddpi = dpi_ret ;
  27.              fd->alreadyscaled = 0 ;
  28. --- 150,156 ----
  29.            dontmakefont = 1;
  30.            error(errbuf) ;
  31.          }
  32. !      else if (!kpse_check_bitmap_tolerance ((double)dpi_ret, (double)fd->dpi))
  33.          {
  34.              fd->loadeddpi = dpi_ret ;
  35.              fd->alreadyscaled = 0 ;
  36.  
  37. --cut-here--
  38.  
  39. This gets non ANSI compilers to pass doubles correctly to
  40. kpse_check_bitmap_tolerance(), you need a similar patch for xdvik too.
  41. That will remove some of the warnings though maybe not the underlying
  42. problem.
  43.  
  44. -- Jon
  45.  
  46. Jon Peatfield, Computer Officer, the DAMTP, University of Cambridge
  47. Telephone: (+44 223) 3-37852     Mail: J.S.Peatfield@amtp.cam.ac.uk
  48.  
  49.       Friends don't let friends use PP.     PP: Just say NO.